#ifndef _ASM_IA64_SN_INTR_H
#define _ASM_IA64_SN_INTR_H
+#ifndef XEN
#include <linux/rcupdate.h>
+#else
+#include <linux/list.h>
+#endif
#include <asm/sn/types.h>
#define SGI_UART_VECTOR 0xe9
int irq_flags; /* flags */
int irq_share_cnt; /* num devices sharing IRQ */
struct list_head list; /* list of sn_irq_info structs */
+#ifndef XEN
struct rcu_head rcu; /* rcu callback list */
+#endif
};
extern void sn_send_IPI_phys(int, long, int, int);
#include <asm/irq.h>
#include <asm/sn/arch.h>
#include <asm/sn/intr.h>
+#ifndef XEN
#include <asm/sn/bte.h>
+#endif
/*
* NUMA Node-Specific Data structures are defined in this file.
struct nodepda_s {
void *pdinfo; /* Platform-dependent per-node info */
+#ifndef XEN
/*
* The BTEs on this node are shared by the local cpus
*/
struct bteinfo_s bte_if[MAX_BTES_PER_NODE]; /* Virtual Interface */
struct timer_list bte_recovery_timer;
spinlock_t bte_recovery_lock;
+#endif
/*
* Array of pointers to the nodepdas for each node.
typedef unsigned char slabid_t; /* slab (asic) within slot */
typedef u64 nic_t;
typedef unsigned long iopaddr_t;
+#ifndef XEN
typedef unsigned long paddr_t;
+#endif
typedef short cnodeid_t;
#endif /* _ASM_IA64_SN_TYPES_H */
#ifdef XEN
#include <asm/xentypes.h>
+
+#ifndef __ASSEMBLY__
+typedef unsigned int gfp_t;
+typedef u64 resource_size_t;
+typedef u32 dev_t;
+typedef unsigned int mode_t;
+#define THIS_MODULE NULL
+#endif
#endif
#endif /* _ASM_IA64_TYPES_H */